(Finteractive): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000 (04:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000 (04:02 +0000)
src/ChangeLog
src/callint.c

index bc12d8cb1601f13e0229fdd688bf49285a0cceaa..c3666f373a88fd85c350eda4327c7148644c6e21 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-27  Glenn Morris  <rgm@gnu.org>
+
+       * callint.c (Finteractive): Doc fix.
+
 2009-02-27  Kenichi Handa  <handa@m17n.org>
 
        * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
index e5540adfb978860a377f882d17085ae2549631c8..c08cd8bf2f4d95290e126fe8f0177ab802e06729 100644 (file)
@@ -127,7 +127,7 @@ If the string begins with `^' and `shift-select-mode' is non-nil,
  Emacs first calls the function `handle-shift-select'.
 You may use `@', `*', and `^' together.  They are processed in the
  order that they appear, before reading any arguments.
-usage: (interactive ARGS)  */)
+usage: (interactive &optional ARGS)  */)
      (args)
      Lisp_Object args;
 {